home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 7521 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  5.2 KB

  1. Path: canopus.cc.umanitoba.ca!umverou0
  2. From: umverou0@cc.umanitoba.ca (Michael Veroukis)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: AmigaOS 4.x features
  5. Date: 9 Mar 1996 16:59:34 GMT
  6. Organization: University of Manitoba, Winnipeg, Manitoba, Canada
  7. Message-ID: <4hsddm$ehr@canopus.cc.umanitoba.ca>
  8. References: <4h2p87$nu@news.rhrz.uni-bonn.de> <4h77bp$v82@hyperion.mfltd.co.uk> <4hb905$4lt@reuter.cse.ogi.edu>
  9. NNTP-Posting-Host: toliman.cc.umanitoba.ca
  10. Keywords: future AmigaOS features
  11.  
  12. In article <4hb905$4lt@reuter.cse.ogi.edu>,
  13. Tony Leneis <leneis@blue.cse.ogi.edu> wrote:
  14. >    Some of us like to assigns to create virtual volumes for our own use.
  15. >This way we don't have to deal with long path names, and we can get close to
  16. >where we want to go by using the 'VOLUMES' button of the ASL file requestor.
  17. >For example, it's much easier to store files in tony: rather than in
  18. >hd3:data/users/private/tony.  When I'm using the ASL requestor, I see almost
  19. >100 assigns listed under volumes.  Any convenience gained by being able to
  20. >create assigns is immediately lost when I have to scroll 50 lines down to
  21. >find pictures: nestled between photogenics: and pkvol:.  Granted, some assigns
  22. >are necessary; however, it's irritating when a program requires an assign to
  23. >its directory when it could just use PROGDIR: instead.
  24.  
  25.   Yes, that is very annoying!!!  However, I have found a partial work 
  26. around for some cases.  I used a hex editor (zaphod) to change all 
  27. references to the program's assign (say, photogenics:) to progdir:.  Of 
  28. course, the only thing you must make sure is that the original assign has 
  29. less letters in it then "progdir", and also make sure you null terminate 
  30. the string in the end.  It's worked for me everytime I've tried it.
  31.   Some programs use ToolTypes or env variables to determine their 
  32. programs directory.  This is somewhat acceptable, however, I usualy just 
  33. stick "progdir:" in there as well.
  34.   However, what's probably the worst, is when you dload a program from 
  35. AmiNet, and just wish to test it out, and you have to make a shit load of 
  36. assigns.  That's no fun.  I wish people would stop using assigns so 
  37. much...
  38.  
  39. >>I'd like to add in loads of the Commodities I use. Magic Menu, CycletoMenu, 
  40. >>ClicktoFront etc. The 4.0 OS is already out there just in little bits ;-)
  41. >
  42. >    Agreed, however I would prefer that the functionality of appropriate
  43. >commodities be built into the OS, and that better hooks be provided for the
  44. >rest so they don't need to rely on system hacks.
  45.  
  46.   All those features should be configurable as well, just like the 
  47. commodities.
  48.  
  49.   Another feature I haven't seen anyone post this time around was a 
  50. feedback feature for the WorkBench.  Somehow, you should know about the 
  51. copy in progress, a simple busy pointer isn't good enough.  This will be 
  52. even more important if they make it multithreaded.
  53.   The simple approach to feedback, is to open up a window on the 
  54. workbench, that indicates the progress of the current opporation (say, a 
  55. copy of a directoty from HD to floppy).  However, this can lead to 
  56. cluttering your screen up, especially if you start doing a lot of stuff 
  57. with the workbench all at once...  You'd end up having multiple progress 
  58. windows for each copy/delete task run by the WB.  Also, you'd want a 
  59. mechanisim to perhaps, suspend a WB task, or cancle it completely.
  60.   So, the way I've thought about it, they could use a single progress 
  61. window, which would list all the workbench threads started by the user.  
  62. For example, if your copying 2 directories simultaneously, both of them 
  63. would be listed in the WB's progress window.  It could tell you what's 
  64. being copied, and percentage left, or done (whatever).  However, you 
  65. could then click on a thread, ala printer manager style, and then perhaps 
  66. click on a "pause" button, or a "cancle" button.
  67.   Now, this could save a lot of screen realestate, as there would only be 
  68. one re-sizable window for all threads.  Also, if you could iconify it, 
  69. that would be really nice as well.  Perhaps, you could even close it all 
  70. together, and retrieve it later from a WB menu or something...  The point 
  71. I'm trying to make here, you should be able to get rid of it, if you just 
  72. don't care.
  73.   Another thing you could possibly do, is have an arexx port dedicated to 
  74. this feedback window.  For example, the format disk command could use 
  75. this window for feedback.  Also, any other workbench command could also 
  76. use this same feedback window.  Perhaps another idea would be to somehow 
  77. indicate which threads are WB's stuff, and which are external modules.
  78.   Anyways, this is just an idea I've had for sometime, and thought I'd 
  79. post it.  I think it would be a nice feature for the workbench.  It's 
  80. both very flexible and powerful.  Comments anyone???
  81.  _____________________________________________________________________________
  82. | Mike Veroukis              /  "In my dream I was drowning my sorrows        |
  83. | umverou0@ccu.umanitoba.ca (    But my sorrows they learned to swim,         |
  84. | Computer Science, IV       \   Surrounding me, going down on me             |
  85. |                             )  Spilling over the brim..."                   |
  86. | GURU MEDITATION #80000004  /         - Until the end of the world (U2)      |
  87.  \__________________________(________________________________________________/
  88.